home *** CD-ROM | disk | FTP | other *** search
- global gPhotolist, gImNum, gSvFile, dLM, basicSavePath, gLF
-
- on enterFrame
- if gPhotolist.count = gImNum then
- sprite(5).member = member("But_DES2")
- else
- sprite(5).member = member("But_SEL2")
- end if
- if gPhotolist = [] then
- sprite(112).visible = 0
- else
- sprite(112).visible = 1
- end if
- FindMac = the platform contains "mac"
- if FindMac then
- the itemDelimiter = ":"
- gLF = RETURN
- else
- the itemDelimiter = "\"
- gLF = RETURN & numToChar(10)
- end if
- dsk = baSysFolder("Desktop")
- dLM = the itemDelimiter
- basicSavePath = dsk
- end
-
- on exitFrame
- go(the frame)
- end
-